echo "Netscape is starting: using "$NETSCAPE_CATALYST "..."
#$NETSCAPE_CATALYST -xrm "*useStderrDialog: False" -xrm "*strings.22130:This process will launch\nan installation from the $ISSUE_NAME.\n\nProceed?\n" -geometry =620x775+0+0 $WWW_FIRST 2>&-
echo "Internet explorer is starting: using "$IE_CATALYST "..."
#$IE_CATALYST -xrm "*useStderrDialog: False" -xrm "*strings.22130:This process will launch\nan installation from the $ISSUE_NAME.\n\nProceed?\n" -geometry =620x775+0+0 $WWW_FIRST 2>&-
echo "Neither Netscape Navigator nor Internet Explorer were found."
echo "Please install one of these browser before using this CD."
echo "Thank you."
echo
fi
fi
#LAUNCH_NETSCAPE=`which netscape`
#echo "Launching Netscape from $LAUNCH_NETSCAPE"
#$LAUNCH_NETSCAPE $WWW_FIRST
#/usr/dist/exe/netscape $WWW_FIRST
#$CD_MOUNT/products/.bin/gui/$CDWARE_ENV/netscape$OS_REV -xrm "*useStderrDialog: False" -xrm "*strings.22130:This process will launch\nan installation from the $ISSUE_NAME.\n\nProceed?\n" -geometry =620x775+0+0 $WWW_FIRST
#$CD_MOUNT/.products/.bin/gui/$CDWARE_ENV/netscape$OS_REV -xrm "*useStderrDialog: False" -xrm "*strings.22130:This process will launch\nan installation from the $ISSUE_NAME.\n\nProceed?\n" -geometry =600x775+0+0 $WWW_FIRST 2>&-
#fi
#
# clean-up
#
#echo "server_process=$server_process"
kill -9 $server_process >&-
#echo "serverprocess killed"
#if [ -f $DISC_DIR/nostart ];then
# # kill sound
# if [ -r $DISC_DIR/sound.pid ]; then
# kill -9 `cat $DISC_DIR/sound.pid`
# fi
# rm -r $DISC_DIR
# exit 0
#fi
#
#if [ -w /dev/audio -a ! -f $DISC_DIR/noplay ]; then